text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

Vue - Object.defineProperty & Proxy

Vue - Object.defineProperty & Proxy

Git 版本控制入門(4)- git 狀況劇

Git 版本控制入門(4)- git 狀況劇

函式與作用域

函式與作用域


Comments